Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Serve.php #210

Closed
wants to merge 2 commits into from
Closed

Conversation

luizcmarin
Copy link
Contributor

Add version package. (and "welcome")

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.27%. Comparing base (475b7b5) to head (f91e9ea).
Report is 11 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #210      +/-   ##
============================================
- Coverage     96.48%   95.27%   -1.21%     
- Complexity       78       80       +2     
============================================
  Files             9        9              
  Lines           256      254       -2     
============================================
- Hits            247      242       -5     
- Misses            9       12       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -95,7 +96,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
{
$io = new SymfonyStyle($input, $output);
$io->title('Yii3 Development Server');
$io->writeln('https://yiiframework.com' . "\n");
$io->writeln('Welcome to Yii v' . substr(InstalledVersions::getVersion('yiisoft/yii-console'), 0, -2) . ' Console' . "\n");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this not need. Version of yii-console is not version of Yii

@vjik vjik closed this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants